[IA64] compilation fix of iommu.h
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 30 May 2008 14:09:40 +0000 (15:09 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 30 May 2008 14:09:40 +0000 (15:09 +0100)
commit3ffdbd856936ca2ce99464568e30e080ebb1ff8e
tree2fb2ddfeef5acdcb2a98f4614510637adf9f848a
parent4a133deb6e523fb7e23d293ac0f7f2cfa36bf9a4
[IA64] compilation fix of iommu.h

Trivial compilation fix of iommu.h.
It includes asm/msi.h for struct msi_desc and struct msi_msg
definition.
msi.h doesn't exist yet on ia64 so declare struct msi_desc and
struct msi_msg in iommu.h and don't include asm/msi.h.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/include/xen/iommu.h